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 | 鈺??奄ょ? | 111110111100010000111111001111111000100110000010100000101110010100111111 | fbc43f3f898282e53f |
EUC-JP | 鈺??奄ょ? | 10001111111000111101010100111111001111111011000111100010101001001110011100111111 | 8fe3d53f3fb1e2a4e73f |
UTF-8 | 鈺뽪눇奄ょ쳯 | 111010011000100010111010111010111011110110101010111010111000100010000111111001011010010110000100111000111000001010000111111011001011001110101111 | e988baebbdaaeb8887e5a584e38287ecb3af |
UHC | 鈺뽪눇奄ょ쳯 | 111010001010110110010110111001101000011110100110111001011111001010101010111001111010101110010011 | e8ad96e687a6e5f2aae7ab93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)