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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霆?濟?帳 | 1110100010111011001111111110000001011010001111111001001010100000 | e8bb3fe05a3f92a0 |
EUC-JP | 霆?濟?帳 | 1111000010111101001111111101111110111011001111111100010010100010 | f0bd3fdfbb3fc4a2 |
UTF-8 | 霆렪濟렩帳 | 111010011001110010000110111010111010000010101010111001101011111110011111111010111010000010101001111001011011100010110011 | e99c86eba0aae6bf9feba0a9e5b8b3 |
UHC | 霆렪濟렩帳 | 11101111111111011000111010111000111100001010110110001110101101111110110111100011 | effd8eb8f0ad8eb7ede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)