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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 焰??焰?? | 10001111110010011110111100111111001111111000111111001001111011110011111100111111 | 8fc9ef3f3f8fc9ef3f3f |
UTF-8 | 焰양윘焰억풄 | 111001111000010010110000111011001001011010010001111011001001110010011000111001111000010010110000111011001001011010110101111011011001001010000100 | e784b0ec9691ec9c98e784b0ec96b5ed9284 |
UHC | 焰양윘焰억풄 | 111001101111101110111110111001111001111110011100111001101111101110111110111011111011111010001100 | e6fbbee79f9ce6fbbeefbe8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)