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 | 筌③?旬 | 11100010101000111000011101000010001111111000111101111011 | e2a387423f8f7b |
EUC-JP | 筌??旬 | 111001001010010100111111001111111011110111011100 | e4a53f3fbddc |
UTF-8 | 筌③걖旬 | 111001111010110110001100111000101001000110100010111010101011000110010110111001101001011110101100 | e7ad8ce291a2eab196e697ac |
UHC | 筌③걖旬 | 1110111110100111101010001110100110000001100000011110001011100010 | efa7a8e98181e2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)