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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逕菩豪 | 111001111001010010010101111011001000110110001011 | e79495ec8d8b |
EUC-JP | 逕菩豪 | 111011011111010011001010111011101011100111101011 | edf4caeeb9eb |
UTF-8 | 逕菩豪 | 111010011000000010010101111010001000111110101001111010001011000110101010 | e98095e88fa9e8b1aa |
UHC | 逕菩豪 | 110011001110111111011100110011001111101111011111 | ccefdcccfbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)