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 | ?迂懶? | 001111111000100101001001100111001110111100111111 | 3f89499cef3f |
EUC-JP | ?迂懶? | 001111111011000110101010110110001111000100111111 | 3fb1aad8f13f |
UTF-8 | 뤖迂懶뤴 | 111010111010010010010110111010001011111110000010111001101000011110110110111010111010010010110100 | eba496e8bf82e687b6eba4b4 |
UHC | 뤖迂懶뤴 | 1000111111000110111010011110011011010100111110111000111111100010 | 8fc6e9e6d4fb8fe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)