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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | ?O楡? | 0011111101001111100111101011111000111111 | 3f4f9ebe3f |
EUC-JP | ?O楡? | 0011111101001111110111001100000000111111 | 3f4fdcc03f |
UTF-8 | 쇄O楡젱 | 11101100100001111000010001001111111001101010010110100001111011001010000010110001 | ec87844fe6a5a1eca0b1 |
UHC | 쇄O楡젱 | 10111100111000100100111111101010111110001100000110101101 | bce24feaf8c1ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)