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 | 載篩??? | 10001101110110101110001010111111001111110011111100111111 | 8ddae2bf3f3f3f |
EUC-JP | 載篩??? | 10111010110111001110010011000001001111110011111100111111 | badce4c13f3f3f |
UTF-8 | 載篩렮쯤룡 | 111010001011110010001001111001111010111110101001111010111010000010101110111011001010111110100100111010111010001110100001 | e8bc89e7afa9eba0aeecafa4eba3a1 |
UHC | 載篩렮쯤룡 | 11101110101100001101111011101000100011101011101111000010111010111011011111100110 | eeb0dee88ebbc2ebb7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)