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 | 誤??二?Ⅸ | 100011001110101100111111001111111001001111110001001111111000011101011100 | 8ceb3f3f93f13f875c |
EUC-JP | 誤??二?? | 1011100011101101001111110011111111000110111100110011111100111111 | b8ed3f3fc6f33f3f |
UTF-8 | 誤곸옋二븝Ⅸ | 111010001010101010100100111010101011001110111000111011001001100010001011111001001011101010001100111010111011100010011101111000101000010110101000 | e8aaa4eab3b8ec988be4ba8cebb89de285a8 |
UHC | 誤곸옋二븝Ⅸ | 111010001010011010000001111011001001111010010011111011001010001110111010111011111010010110111000 | e8a681ec9e93eca3baefa5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)