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 | 鈐疾辞 | 1111101111000010100011101011111011110010101101101000111010101011 | fbc28ebef2b68eab |
EUC-JP | 鈐疾?辞 | 1000111111100011110000011011110011000000001111111011110010101101 | 8fe3c1bcc03fbcad |
UTF-8 | 鈐疾辞 | 111010011000100010010000111001111001011010111110111011101000011110101101111010001011111010011110 | e98890e796beee87ade8be9e |
UHC | 鈐疾?? | 110011001010001011110010111100000011111100111111 | cca2f2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)