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 | ?ぜ?信 | 001111111000001010111010001111111001000001001101 | 3f82ba3f904d |
EUC-JP | ?ぜ?信 | 001111111010010010111100001111111011111110101110 | 3fa4bc3fbfae |
UTF-8 | 뤞ぜ쨵信 | 111010111010010010011110111000111000000110011100111011001010100010110101111001001011111110100001 | eba49ee3819ceca8b5e4bfa1 |
UHC | 뤞ぜ쨵信 | 1000111111001101101010101011110010100100100011111110001111100001 | 8fcdaabca48fe3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)