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 | 蔬溷彫蔗 | 1110010011110100100111111110010110010010101001001110010011110010 | e4f49fe592a4e4f2 |
EUC-JP | 蔬溷彫蔗 | 1110100011110110110111101110011111000100101001101110100011110100 | e8f6dee7c4a6e8f4 |
UTF-8 | 蔬溷彫蔗 | 111010001001010010101100111001101011101010110111111001011011110110101011111010001001010010010111 | e894ace6bab7e5bdabe89497 |
UHC | 蔬?彫蔗 | 11100001110010100011111111110000110000011110110110111101 | e1ca3ff0c1edbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)