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 | 禹?俺瘢?? | 111000100101101000111111100010011011010011100001100011010011111100111111 | e25a3f89b4e18d3f3f |
EUC-JP | 禹?俺瘢?? | 111000111011101100111111101100101011011011100001111011010011111100111111 | e3bb3fb2b6e1ed3f3f |
UTF-8 | 禹렚俺瘢렧렯 | 111001111010011010111001111010111010000010011010111001001011111110111010111001111001100010100010111010111010000010100111111010111010000010101111 | e7a6b9eba09ae4bfbae798a2eba0a7eba0af |
UHC | 禹렚俺瘢렧렯 | 111010011110000010001110101011011110010111101111110110101110111010001110101101101000111010111100 | e9e08eade5efdaee8eb68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)