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?b?b?bB | 001111110110001000111111011000100011111101100010001111110110001001000010 | 3f623f623f623f6242 |
SJIS-WIN | bbbbB | 11110110111000110110001011110110111000110110001011110110111000110110001011110110111000110110001001000010 | f6e362f6e362f6e362f6e36242 |
EUC-JP | ?b?b?b?bB | 001111110110001000111111011000100011111101100010001111110110001001000010 | 3f623f623f623f6242 |
UTF-8 | bbbbB | 1110111010010100100010100110001011101110100101001000101001100010111011101001010010001010011000101110111010010100100010100110001001000010 | ee948a62ee948a62ee948a62ee948a6242 |
UHC | ?b?b?b?bB | 001111110110001000111111011000100011111101100010001111110110001001000010 | 3f623f623f623f6242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)