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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???宥 | 0011111100111111001111111001011101000111 | 3f3f3f9747 |
EUC-JP | 艅??宥 | 10001111110101101111110100111111001111111100110110101000 | 8fd6fd3f3fcda8 |
UTF-8 | 艅덉뜦宥 | 111010001000100110000101111010111000110110001001111010111001110010100110111001011010111010100101 | e88985eb8d89eb9ca6e5aea5 |
UHC | 艅덉뜦宥 | 1110011010101001100010001110110010001101101010011110101011101001 | e6a988ec8da9eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)