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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鈺???克^ | 1111101111000100001111110011111100111111100011011000111001011110 | fbc43f3f3f8d8e5e |
EUC-JP | 鈺???克^ | 100011111110001111010101001111110011111100111111101110011110111001011110 | 8fe3d53f3f3fb9ee5e |
UTF-8 | 鈺뚍쇠춯克^ | 11101001100010001011101011101011100110101000110111101100100001111010000011101100101101101010111111100101100001011000101101011110 | e988baeb9a8dec87a0ecb6afe5858b5e |
UHC | 鈺뚍쇠춯克^ | 1110100010101101100011001101000010111100111010001010110110001100110100001011101001011110 | e8ad8cd0bce8ad8cd0ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)