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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 漆蛇z漆蛇zB | 1000111010111101100011101101011001111010100011101011110110001110110101100111101001000010 | 8ebd8ed67a8ebd8ed67a42 |
EUC-JP | 漆蛇z漆蛇zB | 1011110010111111101111001101100001111010101111001011111110111100110110000111101001000010 | bcbfbcd87abcbfbcd87a42 |
UTF-8 | 漆蛇z漆蛇zB | 111001101011110010000110111010001001101110000111011110101110011010111100100001101110100010011011100001110111101001000010 | e6bc86e89b877ae6bc86e89b877a42 |
UHC | 漆蛇z漆蛇zB | 1111011011010100110111101110111101111010111101101101010011011110111011110111101001000010 | f6d4deef7af6d4deef7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)