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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 映???↑? | 1000100101100110001111110011111100111111100000011010101000111111 | 89663f3f3f81aa3f |
EUC-JP | 映??饔↑? | 10110001110001110011111100111111100011111110100011101111101000101010110000111111 | b1c73f3f8fe8efa2ac3f |
UTF-8 | 映ㅸ눛饔↑ㄺ | 111001101001100010100000111000111000010110111000111010111000100010011011111010011010010110010100111000101000011010010001111000111000010010111010 | e698a0e385b8eb889be9a594e28691e384ba |
UHC | 映ㅸ눛饔↑ㄺ | 111001111011000110100100111010001000011110110011111010001011110110100001111010001010010010101010 | e7b1a4e887b3e8bda1e8a4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)