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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 億?8魏?? | 100010011010110100111111100000100101011111101001101100000011111100111111 | 89ad3f8257e9b03f3f |
EUC-JP | 億?8魏?? | 101100101010111100111111101000111011100011110010101100100011111100111111 | b2af3fa3b8f2b23f3f |
UTF-8 | 億덈8魏쇿뇺 | 111001011000010010000100111010111000110110001000111011111011110010011000111010011010110110001111111011001000011110111111111010111000011110111010 | e58484eb8d88efbc98e9ad8fec87bfeb87ba |
UHC | 億덈8魏쇿뇺 | 111001011110001010001000111010111010001110111000111010101110000010011001111001011000011110011101 | e5e288eba3b8eae099e5879d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)