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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 将ア。ン悊アB | 100011111010101110110001101000011101110111111010101111101011000101000010 | 8fabb1a1ddfabeb142 |
EUC-JP | 将ア。ン悊アB | 1011111010101101100011101011000110001110101000011000111011011101100011111011110111110000100011101011000101000010 | bead8eb18ea18edd8fbdf08eb142 |
UTF-8 | 将ア。ン悊アB | 11100101101100001000011011101111101111011011000111101111101111011010000111101111101111101001110111100110100000101000101011101111101111011011000101000010 | e5b086efbdb1efbda1efbe9de6828aefbdb142 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)