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 | 蒸?燼?持? | 100011111111011000111111111000001001111000111111100011101001110100111111 | 8ff63fe09e3f8e9d3f |
EUC-JP | 蒸?燼?持? | 101111101111100000111111110111111111111000111111101110111111110100111111 | bef83fdffe3fbbfd3f |
UTF-8 | 蒸렟燼렗持렣 | 111010001001001010111000111010111010000010011111111001111000011110111100111010111010000010010111111001101000110010000001111010111010000010100011 | e892b8eba09fe787bceba097e68c81eba0a3 |
UHC | 蒸렟燼렗持렣 | 111100011111101010001110101100001110001111101000100011101010110011110010101001011000111010110100 | f1fa8eb0e3e88eacf2a58eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)