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 | ?執1伊 | 00111111100011101011011110000010010100001000100011001001 | 3f8eb7825088c9 |
EUC-JP | ?執1伊 | 00111111101111001011100110100011101100011011000011001011 | 3fbcb9a3b1b0cb |
UTF-8 | 뤑執1伊 | 111010111010010010010001111001011001111110110111111011111011110010010001111001001011110010001010 | eba491e59fb7efbc91e4bc8a |
UHC | 뤑執1伊 | 1000111111000001111100101111101110100011101100011110110010100101 | 8fc1f2fba3b1eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)