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 | ???吾? | 001111110011111100111111100011001110000100111111 | 3f3f3f8ce13f |
EUC-JP | ???吾? | 001111110011111100111111101110001110001100111111 | 3f3f3fb8e33f |
UTF-8 | 溜깅젣吾랡 | 111011111010011110001011111010101011100110000101111011001010000010100011111001011001000010111110111010111001111010100001 | efa78beab985eca0a3e590beeb9ea1 |
UHC | 溜깅젣吾랡 | 11101010111111101011000111101011101000001001110011100111111011101000111001000010 | eafeb1eba09ce7ee8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)