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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邑??湲? | 10010111010101110011111100111111100111111101000100111111 | 97573f3f9fd13f |
EUC-JP | 邑??湲? | 11001101101110000011111100111111110111101101001100111111 | cdb83f3fded33f |
UTF-8 | 邑낃퇊湲낦 | 111010011000001010010001111010111000001010000011111011011000011110001010111001101011100110110010111010111000001010100110 | e98291eb8283ed878ae6b9b2eb82a6 |
UHC | 邑낃퇊湲낦 | 11101011111010011000010111101010101101111001101111101010101110001000011001000010 | ebe985eab79beab88642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)