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 | 秧??秧 | 111000100101111000111111001111111110001001011110 | e25e3f3fe25e |
EUC-JP | 秧??秧 | 111000111011111100111111001111111110001110111111 | e3bf3f3fe3bf |
UTF-8 | 秧녘뵷秧 | 111001111010011110100111111010111000010110011000111010111011010110110111111001111010011110100111 | e7a7a7eb8598ebb5b7e7a7a7 |
UHC | 秧녘뵷秧 | 1110010011101011101100111110100010010100101101011110010011101011 | e4ebb3e894b5e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)