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 | 鞣呻スゥ霑「 | 111010001110001010011001111011111011110110101001111010001011111110100010 | e8e299efbda9e8bfa2 |
EUC-JP | 鞣呻スゥ霑「 | 111100001110010011010010111100011000111010111101100011101010100111110000110000011000111010100010 | f0e4d2f18ebd8ea9f0c18ea2 |
UTF-8 | 鞣呻スゥ霑「 | 111010011001111010100011111001011001000110111011111011111011110110111101111011111011110110101001111010011001110010010001111011111011110110100010 | e99ea3e591bbefbdbdefbda9e99c91efbda2 |
UHC | ?呻??霑? | 0011111111100011111000100011111100111111111011111100010100111111 | 3fe3e23f3fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)