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 | ???屯 | 0011111100111111001111111001001111010100 | 3f3f3f93d4 |
EUC-JP | ???屯 | 0011111100111111001111111100011011010110 | 3f3f3fc6d6 |
UTF-8 | 林ㅸ렖屯 | 111011111010011110110100111000111000010110111000111010111010000010010110111001011011000110101111 | efa7b4e385b8eba096e5b1af |
UHC | 林ㅸ렖屯 | 1110110011110111101001001110100010001110101010111101010011101010 | ecf7a4e88eabd4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)