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 | 櫻??悠?? | 1001111101001110001111110011111110010111010010010011111100111111 | 9f4e3f3f97493f3f |
EUC-JP | 櫻??悠?? | 1101110110101111001111110011111111001101101010100011111100111111 | ddaf3f3fcdaa3f3f |
UTF-8 | 櫻뗫봾悠띺렟 | 111001101010101110111011111010111001011110101011111010111011010010111110111001101000001010100000111010111001110110111010111010111010000010011111 | e6abbbeb97abebb4bee682a0eb9dbaeba09f |
UHC | 櫻뗫봾悠띺렟 | 111001011010000110001011111010111001010010000101111010101110110110001101111010011000111010110000 | e5a18beb9485eaed8de98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)