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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 烈잏땭連득콖 | 111011111010011010011111111011001001111010001111111010111001010110101101111011111010011010011010111010111001001110011101111011001011110110010110 | efa69fec9e8feb95adefa69aeb939decbd96 |
UHC | 烈잏땭連득콖 | 111001101110111110011111111001111000101110000011111001101110011010110101111001101011000110010000 | e6ef9fe78b83e6e6b5e6b190 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)