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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淀臀糾 | 100101111000010011100100010111001000101110001010 | 9784e45c8b8a |
EUC-JP | 淀臀糾 | 110011011110010011100111101111011011010111101010 | cde4e7bdb5ea |
UTF-8 | 淀臀糾 | 111001101011011110000000111010001000011110000000111001111011001110111110 | e6b780e88780e7b3be |
UHC | 淀臀糾 | 111011111110001111010100111010111101000010101100 | efe3d4ebd0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)