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 | 鬣費ス賀眇隱 | 1110100110100101100101001110111110111101100010011110101011100001101111011110100010101010 | e9a594efbd89eae1bde8aa |
EUC-JP | 鬣費ス賀眇隱 | 111100101010011111001000111100011000111010111101101100101110110011100010101111111111000010101100 | f2a7c8f18ebdb2ece2bff0ac |
UTF-8 | 鬣費ス賀眇隱 | 111010011010110010100011111010001011001010111011111011111011110110111101111010001011001110000000111001111001110010000111111010011001101010110001 | e9aca3e8b2bbefbdbde8b380e79c87e99ab1 |
UHC | ?費?賀?隱 | 001111111101111010101000001111111111100111000101001111111110101111011111 | 3fdea83ff9c53febdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)