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 | 藏??箋わ? | 111001010101010100111111001111111110001010110011100000101110110100111111 | e5553f3fe2b382ed3f |
EUC-JP | 藏??箋わ? | 111010011011011000111111001111111110010010110101101001001110111100111111 | e9b63f3fe4b5a4ef3f |
UTF-8 | 藏먲쉼箋わ쉔 | 111010001001011110001111111010111010100010110010111011001000100110111100111001111010111010001011111000111000001010001111111011001000100110010100 | e8978feba8b2ec89bce7ae8be3828fec8994 |
UHC | 藏먲쉼箋わ쉔 | 111011011111101010010000111011111011110110110000111011111010100010101010111011111011110110101000 | edfa90efbdb0efa8aaefbda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)