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 | ZM°ZE² | 1001001001011010010011011001000110110000100100100101101010010010010001011001000110110010 | 925a4d91b0925a924591b2 |
SJIS-WIN | ?ZM?°?Z?E?? | 001111110101101001001101001111111000000110001011001111110101101000111111010001010011111100111111 | 3f5a4d3f818b3f5a3f453f3f |
EUC-JP | ?ZM?°?Z?E?? | 001111110101101001001101001111111010000111101011001111110101101000111111010001010011111100111111 | 3f5a4d3fa1eb3f5a3f453f3f |
UTF-8 | ZM°ZE² | 110000101001001001011010010011011100001010010001110000101011000011000010100100100101101011000010100100100100010111000010100100011100001010110010 | c2925a4dc291c2b0c2925ac29245c291c2b2 |
UHC | ?ZM?°?Z?E?² | 00111111010110100100110100111111101000011100011000111111010110100011111101000101001111111010100111110111 | 3f5a4d3fa1c63f5a3f453fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)