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 | 兀??巍?? | 1001100101011001001111110011111110011011110110010011111100111111 | 99593f3f9bd93f3f |
EUC-JP | 兀??巍?? | 1101000110111010001111110011111111010110110110110011111100111111 | d1ba3f3fd6db3f3f |
UTF-8 | 兀뽩콉巍쒏뎵 | 111001011000010110000000111010111011110110101001111011001011110110001001111001011011011110001101111011001001001010001111111010111000111010110101 | e58580ebbda9ecbd89e5b78dec928feb8eb5 |
UHC | 兀뽩콉巍쒏뎵 | 111010001011010010010110111001011011000110000101111010001110010010011100111001101000100110001000 | e8b496e5b185e8e49ce68988 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)