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 | 秧??喩?? | 1110001001011110001111110011111110011010011001110011111100111111 | e25e3f3f9a673f3f |
EUC-JP | 秧??喩?? | 1110001110111111001111110011111111010011110010000011111100111111 | e3bf3f3fd3c83f3f |
UTF-8 | 秧덉뜽喩섓쫩 | 111001111010011110100111111010111000110110001001111010111001110010111101111001011001011010101001111011001000010010010011111011001010101110101001 | e7a7a7eb8d89eb9cbde596a9ec8493ecaba9 |
UHC | 秧덉뜽喩섓쫩 | 111001001110101110001000111011001000110110111000111010101110011110011000111011111010011010000010 | e4eb88ec8db8eae798efa682 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)