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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閻・諱補煤 | 111010001000010110100101111001101000000110010101111000101001010010000001 | e885a5e68195e29481 |
EUC-JP | 閻・諱補煤 | 11101111111001011000111010100101111010111110000111001010111001001100011111100001 | efe58ea5ebe1cae4c7e1 |
UTF-8 | 閻・諱補煤 | 111010011001011010111011111011111011110110100101111010001010101110110001111010001010001110011100111001111000010110100100 | e996bbefbda5e8abb1e8a39ce785a4 |
UHC | 閻?諱補煤 | 111001111010001000111111111111011100100111011100110011011101100011100000 | e7a23ffdc9dccdd8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)