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 | 秧????? | 11100010010111100011111100111111001111110011111100111111 | e25e3f3f3f3f3f |
EUC-JP | 秧????? | 11100011101111110011111100111111001111110011111100111111 | e3bf3f3f3f3f3f |
UTF-8 | 秧믩죯銳노젺 | 111001111010011110100111111010111010111110101001111011001010001110101111111010011000101010110011111010111000010110111000111011001010000010111010 | e7a7a7ebafa9eca3afe98ab3eb85b8eca0ba |
UHC | 秧믩죯銳노젺 | 111001001110101110010010111010111010000110001010111001111110010110110011111010111010000010101101 | e4eb92eba18ae7e5b3eba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)