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 | 혵횉횩횇횪체 | 111011011001100010110101111011011001101010001001111011011001101010101001111011011001101010000111111011011001101010101010111011001011001010110100 | ed98b5ed9a89ed9aa9ed9a87ed9aaaecb2b4 |
UHC | 혵횉횩횇횪체 | 110000101001110011000011100001111100001110011111110000111000010111000011101000001100001110111100 | c29cc387c39fc385c3a0c3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)