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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?終じ? | 001111111000111101001001100000101011011000111111 | 3f8f4982b63f |
EUC-JP | ?終じ? | 001111111011110110101010101001001011100000111111 | 3fbdaaa4b83f |
UTF-8 | 얍終じ씽 | 111011001001011010001101111001111011010110000010111000111000000110011000111011001001010010111101 | ec968de7b582e38198ec94bd |
UHC | 얍終じ씽 | 1011111011100101111100001111101110101010101110001011111011000101 | bee5f0fbaab8bec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)