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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瀋乂? | 1110000001100011100110001010011100111111 | e06398a73f |
EUC-JP | 瀋乂? | 1101111111000100110100001010100100111111 | dfc4d0a93f |
UTF-8 | 瀋乂숧 | 111001111000000010001011111001001011100110000010111011001000100010100111 | e7808be4b982ec88a7 |
UHC | 瀋乂숧 | 111001001010001111100111110100011001101001000100 | e4a3e7d19a44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)