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 | 軏冗ー宅枚遏 | 1111101110110010100011111110011110110000100100011110111010010110100001111110011110011111 | fbb28fe7b091ee9687e79f |
EUC-JP | 軏冗ー宅枚遏 | 10001111111000001101100110111110111010011000111010110000110000101111000011001011111001111110111010100001 | 8fe0d9bee98eb0c2f0cbe7eea1 |
UTF-8 | 軏冗ー宅枚遏 | 111010001011101110001111111001011000011010010111111011111011110110110000111001011010111010000101111001101001111010011010111010011000000110001111 | e8bb8fe58697efbdb0e5ae85e69e9ae9818f |
UHC | ?冗?宅枚? | 001111111110100110110111001111111101001111101011110110001101110100111111 | 3fe9b73fd3ebd8dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)