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 | 1001001001000011100100100100110101111010100100100100001110010010010011010111101001000010 | 9243924d7a9243924d7a42 |
EUC-JP | 辰樽z辰樽zB | 1100001110100100110000111010111001111010110000111010010011000011101011100111101001000010 | c3a4c3ae7ac3a4c3ae7a42 |
UTF-8 | 辰樽z辰樽zB | 111010001011111010110000111001101010100010111101011110101110100010111110101100001110011010101000101111010111101001000010 | e8beb0e6a8bd7ae8beb0e6a8bd7a42 |
UHC | 辰樽z辰樽zB | 1111001011100011111100011101110001111010111100101110001111110001110111000111101001000010 | f2e3f1dc7af2e3f1dc7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)