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 | 鱆軸ミ霄ェ | 11101001111000011000111010110010111100001010111111010000111010001011101010101010 | e9e18eb2f0afd0e8baaa |
EUC-JP | 鱆軸?ミ霄ェ | 1111001011100011101111001011010000111111100011101101000011110000101111001000111010101010 | f2e3bcb43f8ed0f0bc8eaa |
UTF-8 | 鱆軸ミ霄ェ | 111010011011000110000110111010001011101110111000111011101000000110101110111011111011111010010000111010011001110010000100111011111011110110101010 | e9b186e8bbb8ee81aeefbe90e99c84efbdaa |
UHC | ?軸???? | 00111111111101011110111000111111001111110011111100111111 | 3ff5ee3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)