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 | 壓??悠?? | 1001101011011000001111110011111110010111010010010011111100111111 | 9ad83f3f97493f3f |
EUC-JP | 壓??悠?? | 1101010011011010001111110011111111001101101010100011111100111111 | d4da3f3fcdaa3f3f |
UTF-8 | 壓쇰낄悠껇린 | 111001011010001110010011111011001000011110110000111010111000001010000100111001101000001010100000111010101011101110000111111010111010011010110000 | e5a393ec87b0eb8284e682a0eabb87eba6b0 |
UHC | 壓쇰낄悠껇린 | 111001001110001010111100111010111011001110100101111010101110110110000011111010001011100010110000 | e4e2bcebb3a5eaed83e8b8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)