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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 碍??碍??^ | 100010100101011000111111001111111000101001010110001111110011111101011110 | 8a563f3f8a563f3f5e |
EUC-JP | 碍??碍??^ | 101100111011011100111111001111111011001110110111001111110011111101011110 | b3b73f3fb3b73f3f5e |
UTF-8 | 碍뉓갰碍뉐슯^ | 11100111101000101000110111101011100010011001001111101010101100001011000011100111101000101000110111101011100010011001000011101100100010101010111101011110 | e7a28deb8993eab0b0e7a28deb8990ec8aaf5e |
UHC | 碍뉓갰碍뉐슯^ | 11100100111101001000011111101000101100001011101011100100111101001000011111100101100110101011011001011110 | e4f487e8b0bae4f487e59ab65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)