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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霍よ㏍譏 | 1110100010110111100000101110011010000111100000111110011010011000 | e8b782e68783e698 |
EUC-JP | 霍よ?譏 | 11110000101110011010010011101000001111111110101111111000 | f0b9a4e83febf8 |
UTF-8 | 霍よ㏍譏 | 111010011001110010001101111000111000001010001000111000111000111110001101111010001010110110001111 | e99c8de38288e38f8de8ad8f |
UHC | ?よ?譏 | 001111111010101011101000001111111101000111000001 | 3faae83fd1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)