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 | 莠壱。ェ寘上 | 11100100101110101000100011101011101000011010101011111010101010011000111111100011 | e4ba88eba1aafaa98fe3 |
EUC-JP | 莠壱。ェ寘上 | 11101000101111001011000011101101100011101010000110001110101010101000111110111010111000011011111011100101 | e8bcb0ed8ea18eaa8fbae1bee5 |
UTF-8 | 莠壱。ェ寘上 | 111010001000111010100000111001011010001110110001111011111011110110100001111011111011110110101010111001011010111110011000111001001011100010001010 | e88ea0e5a3b1efbda1efbdaae5af98e4b88a |
UHC | ?????上 | 00111111001111110011111100111111001111111101111110111110 | 3f3f3f3f3fdfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)