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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 秧③?饒? | 1110001001011110100001110100001000111111111010010110000000111111 | e25e87423fe9603f |
EUC-JP | 秧??饒? | 11100011101111110011111100111111111100011100000100111111 | e3bf3f3ff1c13f |
UTF-8 | 秧③뇽饒췇 | 111001111010011110100111111000101001000110100010111010111000011110111101111010011010010110010010111011001011011110000111 | e7a7a7e291a2eb87bde9a592ecb787 |
UHC | 秧③뇽饒췇 | 11100100111010111010100011101001101101001010100011101001101011101010111001000010 | e4eba8e9b4a8e9aeae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)