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 | ûË·Ð | 11111011110010111011011111010000 | fbcbb7d0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ûË?? | 1000111110101011111001011000111110101010101100110011111100111111 | 8fabe58faab33f3f |
UTF-8 | ûË·Ð | 1100001110111011110000111000101111000010101101111100001110010000 | c3bbc38bc2b7c390 |
UHC | ??·Ð | 001111110011111110100001101001001010100010100010 | 3f3fa1a4a8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)