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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????い? | 00111111001111110011111100111111100000101010001000111111 | 3f3f3f3f82a23f |
EUC-JP | ????い? | 00111111001111110011111100111111101001001010010000111111 | 3f3f3f3fa4a43f |
UTF-8 | 卽겼쏢呂い卽 | 111001011000110110111101111010101011001010111100111011001000111110100010111011111010011010000000111000111000000110000100111001011000110110111101 | e58dbdeab2bcec8fa2efa680e38184e58dbd |
UHC | 卽겼쏢呂い卽 | 111100011110110110110000111001011011110111110011111001011111101110101010101001001111000111101101 | f1edb0e5bdf3e5fbaaa4f1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)