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 | 艶??甚 | 100010011001000000111111001111111001000001110010 | 89903f3f9072 |
EUC-JP | 艶??甚 | 101100011111000000111111001111111011111111010011 | b1f03f3fbfd3 |
UTF-8 | 艶억쉿甚 | 111010001000100110110110111011001001011010110101111011001000100110111111111001111001010010011010 | e889b6ec96b5ec89bfe7949a |
UHC | 艶억쉿甚 | 1110011011111101101111101110111110111101101100101110010010100100 | e6fdbeefbdb2e4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)