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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鉑蒔鉑蒔B | 111110111100100110001110101010101111101111001001100011101010101001000010 | fbc98eaafbc98eaa42 |
EUC-JP | 鉑蒔鉑蒔B | 1000111111100011111000011011110010101100100011111110001111100001101111001010110001000010 | 8fe3e1bcac8fe3e1bcac42 |
UTF-8 | 鉑蒔鉑蒔B | 11101001100010011001000111101000100100101001010011101001100010011001000111101000100100101001010001000010 | e98991e89294e98991e8929442 |
UHC | ?蒔?蒔B | 00111111111000111100100000111111111000111100100001000010 | 3fe3c83fe3c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)