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 | 秧??陰?? | 1110001001011110001111110011111110001001010000010011111100111111 | e25e3f3f89413f3f |
EUC-JP | 秧??陰?? | 1110001110111111001111110011111110110001101000100011111100111111 | e3bf3f3fb1a23f3f |
UTF-8 | 秧덈떣陰녑꼧 | 111001111010011110100111111010111000110110001000111010111001011010100011111010011001100110110000111010111000010110010001111010101011110010100111 | e7a7a7eb8d88eb96a3e999b0eb8591eabca7 |
UHC | 秧덈떣陰녑꼧 | 111001001110101110001000111010111000101110110111111010111110010010110011111001011000010010000100 | e4eb88eb8bb7ebe4b3e58484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)