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 | 湜軸瀅シ鮗ェ | 11111011010001111000111010110010111110110100111010111100111010011011101010101010 | fb478eb2fb4ebce9baaa |
EUC-JP | 湜軸瀅シ鮗ェ | 1000111111000111111111001011110010110100100011111100100110101011100011101011110011110010101111001000111010101010 | 8fc7fcbcb48fc9ab8ebcf2bc8eaa |
UTF-8 | 湜軸瀅シ鮗ェ | 111001101011100110011100111010001011101110111000111001111000000010000101111011111011110110111100111010011010111010010111111011111011110110101010 | e6b99ce8bbb8e78085efbdbce9ae97efbdaa |
UHC | 湜軸瀅??? | 111000111101011111110101111011101111101110100100001111110011111100111111 | e3d7f5eefba43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)