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 | ??M??z | 001111110011111101001101001111110011111101111010 | 3f3f4d3f3f7a |
SJIS-WIN | 偲痔M偲爾z | 10001110110000111000111010100100010011011000111011000011100011101010001001111010 | 8ec38ea44d8ec38ea27a |
EUC-JP | 偲痔M偲爾z | 10111100110001011011110010100110010011011011110011000101101111001010010001111010 | bcc5bca64dbcc5bca47a |
UTF-8 | 偲痔M偲爾z | 1110010110000001101100101110011110010111100101000100110111100101100000011011001011100111100010001011111001111010 | e581b2e797944de581b2e788be7a |
UHC | ?痔M?爾z | 0011111111110110110000000100110100111111111011001011001101111010 | 3ff6c04d3fecb37a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)