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 | 筌??唯②? | 111000101010001100111111001111111001011101000010100001110100000100111111 | e2a33f3f974287413f |
EUC-JP | 筌??唯?? | 1110010010100101001111110011111111001101101000110011111100111111 | e4a53f3fcda33f3f |
UTF-8 | 筌덀룂唯②짆 | 111001111010110110001100111010111000110110000000111010111010001110000010111001011001010010101111111000101001000110100001111011001010011110000110 | e7ad8ceb8d80eba382e594afe291a1eca786 |
UHC | 筌덀룂唯②짆 | 111011111010011110001000111000111000111110000011111010101110011010101000111010001010001110010101 | efa788e38f83eae6a8e8a395 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)