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 | 鼇??瑜ι? | 111010101000011100111111001111111110000011101111100000111100011100111111 | ea873f3fe0ef83c73f |
EUC-JP | 鼇??瑜ι? | 111100111110011100111111001111111110000011110001101001101100100100111111 | f3e73f3fe0f1a6c93f |
UTF-8 | 鼇딄퇊瑜ι냷 | 1110100110111100100001111110101110010100100001001110110110000111100010101110011110010001100111001100111010111001111010111000001110110111 | e9bc87eb9484ed878ae7919cceb9eb83b7 |
UHC | 鼇딄퇊瑜ι냷 | 111010001010100010001010111010101011011110011011111010111010010110100101111010011000011010000111 | e8a88aeab79beba5a5e98687 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)