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 | 鈐疾ワ骼゙ | 11111011110000101000111010111110111100001100000011011100111010011000111011011110 | fbc28ebef0c0dce98ede |
EUC-JP | 鈐疾?ワ骼゙ | 100011111110001111000001101111001100000000111111100011101101110011110001111011101000111011011110 | 8fe3c1bcc03f8edcf1ee8ede |
UTF-8 | 鈐疾ワ骼゙ | 111010011000100010010000111001111001011010111110111011101000000110111111111011111011111010011100111010011010101010111100111011111011111010011110 | e98890e796beee81bfefbe9ce9aabcefbe9e |
UHC | 鈐疾???? | 1100110010100010111100101111000000111111001111110011111100111111 | cca2f2f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)