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 | ????}G | 001111110011111100111111001111110111110101000111 | 3f3f3f3f7d47 |
SJIS-WIN | 娼ホ「フ}G | 10001111101010011100111010100010110011000111110101000111 | 8fa9cea2cc7d47 |
EUC-JP | 娼ホ「フ}G | 10111110101010111000111011001110100011101010001010001110110011000111110101000111 | beab8ece8ea28ecc7d47 |
UTF-8 | 娼ホ「フ}G | 1110010110101000101111001110111110111110100011101110111110111101101000101110111110111110100011000111110101000111 | e5a8bcefbe8eefbda2efbe8c7d47 |
UHC | 娼???}G | 11110011110111100011111100111111001111110111110101000111 | f3de3f3f3f7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)