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 | 食??我 | 100100000100100000111111001111111000100111100100 | 90483f3f89e4 |
EUC-JP | 食??我 | 101111111010100100111111001111111011001011100110 | bfa93f3fb2e6 |
UTF-8 | 食롢궚我 | 111010011010001110011111111010111010000110100010111010101011011010011010111001101000100010010001 | e9a39feba1a2eab69ae68891 |
UHC | 食롢궚我 | 1110001111011101100011101110001110000010101011111110010010110010 | e3dd8ee382afe4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)