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 | 爭紗?藏 | 11100000101001011000111011010001001111111110010101010101 | e0a58ed13fe555 |
EUC-JP | 爭紗?藏 | 11100000101001111011110011010011001111111110100110110110 | e0a7bcd33fe9b6 |
UTF-8 | 爭紗녁藏 | 111001111000100010101101111001111011010010010111111010111000010110000001111010001001011110001111 | e788ade7b497eb8581e8978f |
UHC | 爭紗녁藏 | 1110111010110011110111101110100110110011111000011110110111111010 | eeb3dee9b3e1edfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)