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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霍よ㏍譏朱沮 | 111010001011011110000010111001101000011110000011111001101001100010001110111010011001111110011100 | e8b782e68783e6988ee99f9c |
EUC-JP | 霍よ?譏朱沮 | 1111000010111001101001001110100000111111111010111111100010111100111010111101110111111100 | f0b9a4e83febf8bcebddfc |
UTF-8 | 霍よ㏍譏朱沮 | 111010011001110010001101111000111000001010001000111000111000111110001101111010001010110110001111111001101001110010110001111001101011001010101110 | e99c8de38288e38f8de8ad8fe69cb1e6b2ae |
UHC | ?よ?譏朱沮 | 00111111101010101110100000111111110100011100000111110001101110011110111011000001 | 3faae83fd1c1f1b9eec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)