To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獻蒟聰狆 | 1110000011011001111001001110010111100011111000001110000010111100 | e0d9e4e5e3e0e0bc |
EUC-JP | 獻蒟聰狆 | 1110000011011011111010001110011111100110111000101110000010111110 | e0dbe8e7e6e2e0be |
UTF-8 | 獻蒟聰狆 | 111001111000110110111011111010001001001010011111111010001000000110110000111001111000101110000110 | e78dbbe8929fe881b0e78b86 |
UHC | 獻?聰? | 111110101100110000111111111101011100011000111111 | facc3ff5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)