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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???橈?? | 00111111001111110011111110011110111101000011111100111111 | 3f3f3f9ef43f3f |
EUC-JP | ???橈?? | 00111111001111110011111111011100111101100011111100111111 | 3f3f3fdcf63f3f |
UTF-8 | 樂쒎뮀橈쒑ㄺ | 111011111010011010111111111011001001001010001110111010111010111010000000111001101010100110001000111011001001001010010001111000111000010010111010 | efa6bfec928eebae80e6a988ec9291e384ba |
UHC | 樂쒎뮀橈쒑ㄺ | 111010001111100110011100111001011001001010001111111010001111101010011100111010001010010010101010 | e8f99ce5928fe8fa9ce8a4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)