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 | 嗽?5訝?? | 100110100111010100111111100000100101010011100110011000100011111100111111 | 9a753f8254e6623f3f |
EUC-JP | 嗽?5訝?? | 110100111101011000111111101000111011010111101011110000110011111100111111 | d3d63fa3b5ebc33f3f |
UTF-8 | 嗽뉖5訝방엲 | 111001011001011110111101111010111000100110010110111011111011110010010101111010001010100010011101111010111011000010101001111011001001011110110010 | e597bdeb8996efbc95e8a89debb0a9ec97b2 |
UHC | 嗽뉖5訝방엲 | 111000011111010110000111111010111010001110110101111001001011100010111001111001101001111010000111 | e1f587eba3b5e4b8b9e69e87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)