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 | ??w??? | 001111110011111101110111001111110011111100111111 | 3f3f773f3f3f |
SJIS-WIN | ??w??? | 001111110011111101110111001111110011111100111111 | 3f3f773f3f3f |
EUC-JP | ??w??? | 001111110011111101110111001111110011111100111111 | 3f3f773f3f3f |
UTF-8 | 렻렋w렺컵렊 | 11101011101000001011101111101011101000001000101101110111111010111010000010111010111011001011101110110101111010111010000010001010 | eba0bbeba08b77eba0baecbbb5eba08a |
UHC | 렻렋w렺컵렊 | 1000111011000011100011101010001001110111100011101100001011000100110001011000111010100001 | 8ec38ea2778ec2c4c58ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)