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 | ユシ靕ヘト | 1101010111111001110011111011110011111011111100111100110111000100 | d5f9cfbcfbf3cdc4 |
EUC-JP | ユ?シ靕ヘト | 100011101101010100111111100011101011110010001111111001111011001010001110110011011000111011000100 | 8ed53f8ebc8fe7b28ecd8ec4 |
UTF-8 | ユシ靕ヘト | 111011111011111010010101111011101001110010101010111011111011110110111100111010011001110110010101111011111011111010001101111011111011111010000100 | efbe95ee9caaefbdbce99d95efbe8defbe84 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)