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 | 癲??魏?╋ | 111000011001111100111111001111111110100110110000001111111000010010110100 | e19f3f3fe9b03f84b4 |
EUC-JP | 癲??魏?╋ | 111000101010000100111111001111111111001010110010001111111010100010110110 | e2a13f3ff2b23fa8b6 |
UTF-8 | 癲용씧魏듸╋ | 111001111001100110110010111011001001101010101001111011001001010010100111111010011010110110001111111010111001001110111000111000101001010110001011 | e799b2ec9aa9ec94a7e9ad8feb93b8e2958b |
UHC | 癲용씧魏듸╋ | 111011111010011010111111111010111001110110111011111010101110000010110101111011111010011010110110 | efa6bfeb9dbbeae0b5efa6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)