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 | 諸?廓? | 100011111001010000111111100010100110011000111111 | 8f943f8a663f |
EUC-JP | 諸?廓? | 101111011111010000111111101100111100011100111111 | bdf43fb3c73f |
UTF-8 | 諸계廓롊 | 111010001010101110111000111010101011001110000100111001011011101110010011111010111010000110001010 | e8abb8eab384e5bb93eba18a |
UHC | 諸계廓롊 | 1111000010110011101100001110100011001110101010011000111011010000 | f0b3b0e8cea98ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)