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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癒?》維? | 1001011011111100001111111000000101110100100010001101101100111111 | 96fc3f817488db3f |
EUC-JP | 癒?》維? | 1100110011111110001111111010000111010101101100001101110100111111 | ccfe3fa1d5b0dd3f |
UTF-8 | 癒딅》維썁 | 111001111001100110010010111010111001010010000101111000111000000010001011111001111011011010101101111011001000110110000001 | e79992eb9485e3808be7b6adec8d81 |
UHC | 癒딅》維썁 | 11101011101010001000101011101011101000011011011111101011101010111001101101101111 | eba88aeba1b7ebab9b6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)