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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈??訝? | 10011110111101000011111100111111111001100110001000111111 | 9ef43f3fe6623f |
EUC-JP | 橈??訝? | 11011100111101100011111100111111111010111100001100111111 | dcf63f3febc33f |
UTF-8 | 橈ㅹ쑄訝덌 | 111001101010100110001000111000111000010110111001111011001001000110000100111010001010100010011101111010111000110110001100 | e6a988e385b9ec9184e8a89deb8d8c |
UHC | 橈ㅹ쑄訝덌 | 11101000111110101010010011101001100111001010010011100100101110001000100011101111 | e8faa4e99ca4e4b888ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)