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 | ??巒咫? | 00111111001111111001101111011011100110100100000000111111 | 3f3f9bdb9a403f |
EUC-JP | 瑗?巒咫? | 100011111100110011000000001111111101011011011101110100111010000100111111 | 8fccc03fd6ddd3a13f |
UTF-8 | 瑗대巒咫렦 | 111001111001000110010111111010111000110010000000111001011011011110010010111001011001001010101011111010111010000010100110 | e79197eb8c80e5b792e592abeba0a6 |
UHC | 瑗대巒咫렦 | 11101010101111001011010011101011110110001011010111110010101000011000111010110101 | eabcb4ebd8b5f2a18eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)