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 | 螂ェ閼ア褓紘 | 11100101101001011010101011101000100001001011000111100101111011101000110101101000 | e5a5aae884b1e5ee8d68 |
EUC-JP | 螂ェ閼ア褓紘 | 111010101010011110001110101010101110111111100100100011101011000111101010111100001011100111001001 | eaa78eaaefe48eb1eaf0b9c9 |
UTF-8 | 螂ェ閼ア褓紘 | 111010001001111010000010111011111011110110101010111010011001011010111100111011111011110110110001111010001010010010010011111001111011010010011000 | e89e82efbdaae996bcefbdb1e8a493e7b498 |
UHC | 螂?閼?褓紘 | 11010101110011000011111111100100110110010011111111011100110011101100111011011100 | d5cc3fe4d93fdccecedc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)