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 | 伍????? | 10001100110111100011111100111111001111110011111100111111 | 8cde3f3f3f3f3f |
EUC-JP | 伍????? | 10111000111000000011111100111111001111110011111100111111 | b8e03f3f3f3f3f |
UTF-8 | 伍긺댚溫롨눎 | 111001001011110010001101111010101011100010111010111010111000110010011010111001101011101010101011111010111010000110101000111010111000100010001110 | e4bc8deab8baeb8c9ae6baabeba1a8eb888e |
UHC | 伍긺댚溫롨눎 | 111001111110101010110001111001111000100010111110111010001010111010001110111010001000011110101010 | e7eab1e788bee8ae8ee887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)