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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 赱シ訷戊ウ | 1110011011011111101111001111101110100100100101011110100010110011 | e6dfbcfba495e8b3 |
EUC-JP | 赱シ訷戊ウ | 1110110011100001100011101011110010001111110111011101010011001010111010101000111010110011 | ece18ebc8fddd4caea8eb3 |
UTF-8 | 赱シ訷戊ウ | 111010001011010110110001111011111011110110111100111010001010100010110111111001101000100010001010111011111011110110110011 | e8b5b1efbdbce8a8b7e6888aefbdb3 |
UHC | ???戊? | 001111110011111100111111110110011110011000111111 | 3f3f3fd9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)