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 | ?る?二?? | 0011111110000010111010010011111110010011111100010011111100111111 | 3f82e93f93f13f3f |
EUC-JP | ?る?二?? | 0011111110100100111010110011111111000110111100110011111100111111 | 3fa4eb3fc6f33f3f |
UTF-8 | 閭る맢二뷴젾 | 111011111010011010000110111000111000001010001011111010111010011110100010111001001011101010001100111010111011011110110100111011001010000010111110 | efa686e3828beba7a2e4ba8cebb7b4eca0be |
UHC | 閭る맢二뷴젾 | 111001101010110110101010111010111001000010101110111011001010001110111010111001011010000010110000 | e6adaaeb90aeeca3bae5a0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)