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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅳ゙モコ | 1111101001000011110111101101001110111010 | fa43ded3ba |
EUC-JP | ?゙モコ | 00111111100011101101111010001110110100111000111010111010 | 3f8ede8ed38eba |
UTF-8 | ⅳ゙モコ | 111000101000010110110011111011111011111010011110111011111011111010010011111011111011110110111010 | e285b3efbe9eefbe93efbdba |
UHC | ⅳ??? | 1010010110100100001111110011111100111111 | a5a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)