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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 循??循??B | 100011110111101000111111001111111000111101111010001111110011111101000010 | 8f7a3f3f8f7a3f3f42 |
EUC-JP | 循??循??B | 101111011101101100111111001111111011110111011011001111110011111101000010 | bddb3f3fbddb3f3f42 |
UTF-8 | 循쑣켩循쑣켩B | 11100101101111101010101011101100100100011010001111101100101111001010100111100101101111101010101011101100100100011010001111101100101111001010100101000010 | e5beaaec91a3ecbca9e5beaaec91a3ecbca942 |
UHC | 循쑣켩循쑣켩B | 11100010111000001001110011000010101100010110010111100010111000001001110011000010101100010110010101000010 | e2e09cc2b165e2e09cc2b16542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)