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 | 誤??二?? | 1000110011101011001111110011111110010011111100010011111100111111 | 8ceb3f3f93f13f3f |
EUC-JP | 誤??二?? | 1011100011101101001111110011111111000110111100110011111100111111 | b8ed3f3fc6f33f3f |
UTF-8 | 誤곸옋二뷸삌 | 111010001010101010100100111010101011001110111000111011001001100010001011111001001011101010001100111010111011011110111000111011001000001010001100 | e8aaa4eab3b8ec988be4ba8cebb7b8ec828c |
UHC | 誤곸옋二뷸삌 | 111010001010011010000001111011001001111010010011111011001010001110111010111001101001100010010011 | e8a681ec9e93eca3bae69893 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)