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 | ??????gh | 0011111100111111001111110011111100111111001111110110011101101000 | 3f3f3f3f3f3f6768 |
SJIS-WIN | ???帳??gh | 001111110011111100111111100100101010000000111111001111110110011101101000 | 3f3f3f92a03f3f6768 |
EUC-JP | ???帳??gh | 001111110011111100111111110001001010001000111111001111110110011101101000 | 3f3f3fc4a23f3f6768 |
UTF-8 | 歷밭뼻帳띈풛gh | 1110111110100110100011001110101110110000101011011110101110111100101110111110010110111000101100111110101110011101100010001110110110010010100110110110011101101000 | efa68cebb0adebbcbbe5b8b3eb9d88ed929b6768 |
UHC | 歷밭뼻帳띈풛gh | 1110011010111000101110011110011110010110101111101110110111100011101101101110100010111110100111100110011101101000 | e6b8b9e796beede3b6e8be9e6768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)