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 | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 傲??曜??K | 100110001111110000111111001111111001011101101010001111110011111101001011 | 98fc3f3f976a3f3f4b |
EUC-JP | 傲??曜??K | 110100001111111000111111001111111100110111001011001111110011111101001011 | d0fe3f3fcdcb3f3f4b |
UTF-8 | 傲딉슈曜뱄슴K | 11100101100000101011001011101011100101001000100111101100100010101000100011100110100110111001110011101011101100011000010011101100100010101011010001001011 | e582b2eb9489ec8a88e69b9cebb184ec8ab44b |
UHC | 傲딉슈曜뱄슴K | 11100111111011001000101011101111101111011011010011101000111110001011100111101111101111011011111101001011 | e7ec8aefbdb4e8f8b9efbdbf4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)