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 | 堊????? | 10011010101111110011111100111111001111110011111100111111 | 9abf3f3f3f3f3f |
EUC-JP | 堊????? | 11010100110000010011111100111111001111110011111100111111 | d4c13f3f3f3f3f |
UTF-8 | 堊묈꽒溜쀫젾 | 111001011010000010001010111010111010110010001000111010101011110110010010111011111010011110001011111011001000000010101011111011001010000010111110 | e5a08aebac88eabd92efa78bec80abeca0be |
UHC | 堊묈꽒溜쀫젾 | 111001001011111010010001111001011000010010100001111010101111111010010111111010111010000010110000 | e4be91e584a1eafe97eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)