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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蜈薪 | 0011111111100101100001011001000001100100 | 3fe5859064 |
EUC-JP | ?蜈薪 | 0011111111101001111001011011111111000101 | 3fe9e5bfc5 |
UTF-8 | 먚蜈薪 | 111010111010100010011010111010001001110010001000111010001001011010101010 | eba89ae89c88e896aa |
UHC | 먚蜈薪 | 100100001101011111101000101001011110001111101111 | 90d7e8a5e3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)