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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 秧??唯 | 111000100101111000111111001111111001011101000010 | e25e3f3f9742 |
EUC-JP | 秧??唯 | 111000111011111100111111001111111100110110100011 | e3bf3f3fcda3 |
UTF-8 | 秧썽벤唯 | 111001111010011110100111111011001000110110111101111010111011001010100100111001011001010010101111 | e7a7a7ec8dbdebb2a4e594af |
UHC | 秧썽벤唯 | 1110010011101011101111011110100110111010101001011110101011100110 | e4ebbde9baa5eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)