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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲る?幽? | 1110000110011111100000101110100100111111100101110100100000111111 | e19f82e93f97483f |
EUC-JP | 癲る?幽? | 1110001010100001101001001110101100111111110011011010100100111111 | e2a1a4eb3fcda93f |
UTF-8 | 癲る뿃幽귣 | 111001111001100110110010111000111000001010001011111010111011111110000011111001011011100110111101111010101011011110100011 | e799b2e3828bebbf83e5b9bdeab7a3 |
UHC | 癲る뿃幽귣 | 11101111101001101010101011101011100101111000101111101010111010111000001011101011 | efa6aaeb978beaeb82eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)