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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈐疾ミ | 11111011110000101000111010111110111100001010111111010000 | fbc28ebef0afd0 |
EUC-JP | 鈐疾?ミ | 1000111111100011110000011011110011000000001111111000111011010000 | 8fe3c1bcc03f8ed0 |
UTF-8 | 鈐疾ミ | 111010011000100010010000111001111001011010111110111011101000000110101110111011111011111010010000 | e98890e796beee81aeefbe90 |
UHC | 鈐疾?? | 110011001010001011110010111100000011111100111111 | cca2f2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)