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 | 閼ら請驤 | 1110100010000100100000101110011110010000101111111110100110001000 | e88482e790bfe988 |
EUC-JP | 閼ら請驤 | 1110111111100100101001001110100111000000110000011111000111101000 | efe4a4e9c0c1f1e8 |
UTF-8 | 閼ら請驤 | 111010011001011010111100111000111000001010001001111010001010101110001011111010011010100110100100 | e996bce38289e8ab8be9a9a4 |
UHC | 閼ら請? | 11100100110110011010101011101001111101001110101100111111 | e4d9aae9f4eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)