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 | 暗??魏?? | 1000100011000011001111110011111111101001101100000011111100111111 | 88c33f3fe9b03f3f |
EUC-JP | 暗??魏?? | 1011000011000101001111110011111111110010101100100011111100111111 | b0c53f3ff2b23f3f |
UTF-8 | 暗산랜魏꾦윀 | 111001101001101010010111111011001000001010110000111010111001111010011100111010011010110110001111111010101011111010100110111011001001110010000000 | e69a97ec82b0eb9e9ce9ad8feabea6ec9c80 |
UHC | 暗산랜魏꾦윀 | 111001001101111010111011111010101011011110100011111010101110000010000100111010011001111110001011 | e4debbeab7a3eae084e99f8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)