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 | 螢戊侮寀 | 1110010110100011100101011110100010010101100011101111101010100111 | e5a395e8958efaa7 |
EUC-JP | 螢戊侮寀 | 111010101010010111001010111010101100100111101110100011111011101011011011 | eaa5caeac9ee8fbadb |
UTF-8 | 螢戊侮寀 | 111010001001111010100010111001101000100010001010111001001011111010101110111001011010111110000000 | e89ea2e6888ae4beaee5af80 |
UHC | 螢戊侮寀 | 1111101110101011110110011110011011011001101100101111001111110010 | fbabd9e6d9b2f3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)