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 | 鼇??節ュ? | 111010101000011100111111001111111001000011011111100000111000010100111111 | ea873f3f90df83853f |
EUC-JP | 鼇??節ュ? | 111100111110011100111111001111111100000011100001101001011110010100111111 | f3e73f3fc0e1a5e53f |
UTF-8 | 鼇믤볜節ュ셽 | 111010011011110010000111111010111010111110100100111010111011001110011100111001111010111110000000111000111000001110100101111011001000010110111101 | e9bc87ebafa4ebb39ce7af80e383a5ec85bd |
UHC | 鼇믤볜節ュ셽 | 111010001010100010010010111001101011101010110111111011111011110110101011111001011001100110000010 | e8a892e6bab7efbdabe59982 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)