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 | ZB²Eº | 100100100101101001000010100100011011001010010010010001011001000110111010 | 925a4291b2924591ba |
SJIS-WIN | ?ZB???E?? | 001111110101101001000010001111110011111100111111010001010011111100111111 | 3f5a423f3f3f453f3f |
EUC-JP | ?ZB???E?º | 0011111101011010010000100011111100111111001111110100010100111111100011111010001011101011 | 3f5a423f3f3f453f8fa2eb |
UTF-8 | ZB²Eº | 110000101001001001011010010000101100001010010001110000101011001011000010100100100100010111000010100100011100001010111010 | c2925a42c291c2b2c29245c291c2ba |
UHC | ?ZB?²?E?º | 0011111101011010010000100011111110101001111101110011111101000101001111111010100010101100 | 3f5a423fa9f73f453fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)