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 | ?忌?? | 0011111110001010111101010011111100111111 | 3f8af53f3f |
EUC-JP | ?忌?? | 0011111110110100111101110011111100111111 | 3fb4f73f3f |
UTF-8 | 뤜忌뤞빡 | 111010111010010010011100111001011011111110001100111010111010010010011110111010111011100110100001 | eba49ce5bf8ceba49eebb9a1 |
UHC | 뤜忌뤞빡 | 1000111111001011110100001111101110001111110011011011101011111101 | 8fcbd0fb8fcdbafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)