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 | 醍臀氾 | 100100011110011111100100010111001001010011000011 | 91e7e45c94c3 |
EUC-JP | 醍臀氾 | 110000101110100111100111101111011100100011000101 | c2e9e7bdc8c5 |
UTF-8 | 醍臀氾 | 111010011000011010001101111010001000011110000000111001101011000010111110 | e9868de88780e6b0be |
UHC | 醍臀氾 | 111100001011010111010100111010111101101111110000 | f0b5d4ebdbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)