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 | 111000111000101000111111001111111110001110001010001111110011111101000010 | e38a3f3fe38a3f3f42 |
EUC-JP | 繩??繩??B | 111001011110101000111111001111111110010111101010001111110011111101000010 | e5ea3f3fe5ea3f3f42 |
UTF-8 | 繩덇쾤繩덇쾤B | 11100111101110011010100111101011100011011000011111101100101111101010010011100111101110011010100111101011100011011000011111101100101111101010010001000010 | e7b9a9eb8d87ecbea4e7b9a9eb8d87ecbea442 |
UHC | 繩덇쾤繩덇쾤B | 11100011101100011000100011101010101100100111011011100011101100011000100011101010101100100111011001000010 | e3b188eab276e3b188eab27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)