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 | ?暖?漿? | 00111111100100100110011100111111100111111111011100111111 | 3f92673f9ff73f |
EUC-JP | ?暖琫漿? | 001111111100001111001000100011111100110010101111110111101111100100111111 | 3fc3c88fccafdef93f |
UTF-8 | 뤶暖琫漿세 | 111010111010010010110110111001101001101010010110111001111001000010101011111001101011110010111111111011001000010010111000 | eba4b6e69a96e790abe6bcbfec84b8 |
UHC | 뤶暖琫漿세 | 10001111111001001101000111101100110111001110110111101101111011001011110010111100 | 8fe4d1ecdcededecbcbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)