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 | ??????U | 00111111001111110011111100111111001111110011111101010101 | 3f3f3f3f3f3f55 |
SJIS-WIN | 簔矣U | 11110001110111001111010110111101111101101110001011100010110000011110000111100001111100011111110001010101 | f1dcf5bdf6e2e2c1e1e1f1fc55 |
EUC-JP | ???簔矣?U | 001111110011111100111111111001001100001111100010111000110011111101010101 | 3f3f3fe4c3e2e33f55 |
UTF-8 | 簔矣U | 11101110100001011001011111101110100100001010100011101110100101001000100111100111101100001001010011100111100111111010001111101110100001011011011101010101 | ee8597ee90a8ee9489e7b094e79fa3ee85b755 |
UHC | ????矣?U | 0011111100111111001111110011111111101011111110000011111101010101 | 3f3f3f3febf83f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)