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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??絶?? | 001111110011111110010000111000100011111100111111 | 3f3f90e23f3f |
EUC-JP | 邕?絶?? | 1000111111100001111011010011111111000000111001000011111100111111 | 8fe1ed3fc0e43f3f |
UTF-8 | 邕퇜絶뽳풙 | 111010011000001010010101111011011000011110011100111001111011010110110110111010111011110110110011111011011001001010011001 | e98295ed879ce7b5b6ebbdb3ed9299 |
UHC | 邕퇜絶뽳풙 | 11101000101110111011100001001100111011111011111010010110111011111011111010011100 | e8bbb84cefbe96efbe9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)