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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 上ッ赦雫 | 10001111111000111010111110001110110011011000111010110100 | 8fe3af8ecd8eb4 |
EUC-JP | 上ッ赦雫 | 1011111011100101100011101010111110111100110011111011110010110110 | bee58eafbccfbcb6 |
UTF-8 | 上ッ赦雫 | 111001001011100010001010111011111011110110101111111010001011010110100110111010011001101110101011 | e4b88aefbdafe8b5a6e99bab |
UHC | 上?赦? | 110111111011111000111111110111101111010100111111 | dfbe3fdef53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)