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 | ?寡如舒 | 00111111100010011100011110010100010000001001100010101110 | 3f89c7944098ae |
EUC-JP | ?寡如舒 | 00111111101100101100100111000111101000011101000010110000 | 3fb2c9c7a1d0b0 |
UTF-8 | 룵寡如舒 | 111010111010001110110101111001011010111110100001111001011010011010000010111010001000100010010010 | eba3b5e5afa1e5a682e88892 |
UHC | 룵寡如舒 | 1000111110101010110011011111101111100101111111011110000010100010 | 8faacdfbe5fde0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)