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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 矣矣B | 11110010111000111111011110101110111000011110000111110111101011001111000111111100111000011110000101000010 | f2e3f7aee1e1f7acf1fce1e142 |
EUC-JP | ??矣??矣B | 001111110011111111100010111000110011111100111111111000101110001101000010 | 3f3fe2e33f3fe2e342 |
UTF-8 | 矣矣B | 11101110100010001001101011101110100101101001000111100111100111111010001111101110100101101000111111101110100001011011011111100111100111111010001101000010 | ee889aee9691e79fa3ee968fee85b7e79fa342 |
UHC | ??矣??矣B | 001111110011111111101011111110000011111100111111111010111111100001000010 | 3f3febf83f3febf842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)