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 | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
EUC-JP | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
UTF-8 | 묯뫃z묯뫃zB | 111010111010110010101111111010111010101110000011011110101110101110101100101011111110101110101011100000110111101001000010 | ebacafebab837aebacafebab837a42 |
UHC | 묯뫃z묯뫃zB | 1001001001000110100100011010011101111010100100100100011010010001101001110111101001000010 | 924691a77a924691a77a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)