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 | 1001001001001101100100011011001001111010100100100100110110010001101100100111101001000010 | 924d91b27a924d91b27a42 |
EUC-JP | 樽卒z樽卒zB | 1100001110101110110000101011010001111010110000111010111011000010101101000111101001000010 | c3aec2b47ac3aec2b47a42 |
UTF-8 | 樽卒z樽卒zB | 111001101010100010111101111001011000110110010010011110101110011010101000101111011110010110001101100100100111101001000010 | e6a8bde58d927ae6a8bde58d927a42 |
UHC | 樽卒z樽卒zB | 1111000111011100111100001110111101111010111100011101110011110000111011110111101001000010 | f1dcf0ef7af1dcf0ef7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)