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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??朋??拂^ | 001111110011111110010101111111000011111100111111100111010110001101011110 | 3f3f95fc3f3f9d635e |
EUC-JP | ??朋??拂^ | 001111110011111111001010111111100011111100111111110110011100010001011110 | 3f3fcafe3f3fd9c45e |
UTF-8 | 씽뤋朋씽뤋拂^ | 11101100100101001011110111101011101001001000101111100110100111001000101111101100100101001011110111101011101001001000101111100110100010111000001001011110 | ec94bdeba48be69c8bec94bdeba48be68b825e |
UHC | 씽뤋朋씽뤋拂^ | 10111110110001011000111110111011110111011101101110111110110001011000111110111011110111011101100101011110 | bec58fbbdddbbec58fbbddd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)