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 | 映θ?映ε?^ | 1000100101100110100000111100011000111111100010010110011010000011110000110011111101011110 | 896683c63f896683c33f5e |
EUC-JP | 映θ?映ε?^ | 1011000111000111101001101100100000111111101100011100011110100110110001010011111101011110 | b1c7a6c83fb1c7a6c53f5e |
UTF-8 | 映θ갰映ε슯^ | 1110011010011000101000001100111010111000111010101011000010110000111001101001100010100000110011101011010111101100100010101010111101011110 | e698a0ceb8eab0b0e698a0ceb5ec8aaf5e |
UHC | 映θ갰映ε슯^ | 11100111101100011010010111101000101100001011101011100111101100011010010111100101100110101011011001011110 | e7b1a5e8b0bae7b1a5e59ab65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)