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 | 肄叱崧 | 111000111110010110001110101101101111101010101111 | e3e58eb6faaf |
EUC-JP | 肄叱崧 | 11100110111001111011110010111000100011111011101111001010 | e6e7bcb88fbbca |
UTF-8 | 肄叱崧 | 111010001000001010000100111001011000111110110001111001011011010010100111 | e88284e58fb1e5b4a7 |
UHC | 肄叱崧 | 111011001011110111110010111010101110001011111110 | ecbdf2eae2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)