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 | 霓??魏?? | 1110100010111101001111110011111111101001101100000011111100111111 | e8bd3f3fe9b03f3f |
EUC-JP | 霓??魏?? | 1111000010111111001111110011111111110010101100100011111100111111 | f0bf3f3ff2b23f3f |
UTF-8 | 霓낅뜄魏⒴톹 | 111010011001110010010011111010111000001010000101111010111001110010000100111010011010110110001111111000101001001010110100111011011000011010111001 | e99c93eb8285eb9c84e9ad8fe292b4ed86b9 |
UHC | 霓낅뜄魏⒴톹 | 111001111110011110000101111010111000110110001000111010101110000010101001111001011011011110001101 | e7e785eb8d88eae0a9e5b78d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)