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 | 阿??唯?? | 1000100010100010001111110011111110010111010000100011111100111111 | 88a23f3f97423f3f |
EUC-JP | 阿??唯?? | 1011000010100100001111110011111111001101101000110011111100111111 | b0a43f3fcda33f3f |
UTF-8 | 阿잛룂唯덅짅 | 111010011001100010111111111011001001111010011011111010111010001110000010111001011001010010101111111010111000110110000101111011001010011110000101 | e998bfec9e9beba382e594afeb8d85eca785 |
UHC | 阿잛룂唯덅짅 | 111001001011100110011111111011001000111110000011111010101110011010001000111010001010001110010100 | e4b99fec8f83eae688e8a394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)