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 | 癲〓??? | 11100001100111111000000110101100001111110011111100111111 | e19f81ac3f3f3f |
EUC-JP | 癲〓??? | 11100010101000011010001010101110001111110011111100111111 | e2a1a2ae3f3f3f |
UTF-8 | 癲〓베留잞 | 111001111001100110110010111000111000000010010011111010111011001010100000111011111010011110001101111011001001111010011110 | e799b2e38093ebb2a0efa78dec9e9e |
UHC | 癲〓베留잞 | 11101111101001101010000111101011101110101010001111101011101001111001111111101111 | efa6a1ebbaa3eba79fef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)