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 | 疾鈆「凜 | 1111001010110110100011101011111011111011110000011010001011101010101000111111001111101111 | f2b68ebefbc1a2eaa3f3ef |
EUC-JP | ?疾鈆「凜? | 0011111110111100110000001000111111100011101111001000111010100010111101001010010100111111 | 3fbcc08fe3bc8ea2f4a53f |
UTF-8 | 疾鈆「凜 | 111011101000011110101101111001111001011010111110111010011000100010000110111011111011110110100010111001011000011110011100111011101000101110100010 | ee87ade796bee98886efbda2e5879cee8ba2 |
UHC | ?疾??凜? | 0011111111110010111100000011111100111111110101111100111100111111 | 3ff2f03f3fd7cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)