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 | 韈具スオ雍剃 | 11101000111001111000101111101111101111011011010111101000101101001001001011100100 | e8e78befbdb5e8b492e4 |
EUC-JP | 韈具スオ雍剃 | 111100001110100110110110111100011000111010111101100011101011010111110000101101101100010011100110 | f0e9b6f18ebd8eb5f0b6c4e6 |
UTF-8 | 韈具スオ雍剃 | 111010011001111110001000111001011000010110110111111011111011110110111101111011111011110110110101111010011001101110001101111001011000100110000011 | e99f88e585b7efbdbdefbdb5e99b8de58983 |
UHC | ?具??雍剃 | 001111111100111011111101001111110011111111101000101111001111010011101111 | 3fcefd3f3fe8bcf4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)