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 | ??????t^ | 0011111100111111001111110011111100111111001111110111010001011110 | 3f3f3f3f3f3f745e |
SJIS-WIN | ??????t^ | 0011111100111111001111110011111100111111001111110111010001011110 | 3f3f3f3f3f3f745e |
EUC-JP | ??????t^ | 0011111100111111001111110011111100111111001111110111010001011110 | 3f3f3f3f3f3f745e |
UTF-8 | 횒횤철쨈챨챘t^ | 1110110110011010100100101110110110011010101001001110110010110010101000001110110010101000100010001110110010110001101010001110110010110001100110000111010001011110 | ed9a92ed9aa4ecb2a0eca888ecb1a8ecb198745e |
UHC | 횒횤철쨈챨챘t^ | 1100001110001101110000111001101111000011101101101100001010110100110000111011000011000011101010110111010001011110 | c38dc39bc3b6c2b4c3b0c3ab745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)