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 | 訒懷シ乗亊 | 111110111010001110011100111001011011110010001111111001101001100010101101 | fba39ce5bc8fe698ad |
EUC-JP | 訒懷シ乗亊 | 1000111111011101110010001101100011100111100011101011110010111110111010001101000010101111 | 8fddc8d8e78ebcbee8d0af |
UTF-8 | 訒懷シ乗亊 | 111010001010100010010010111001101000011110110111111011111011110110111100111001001011100110010111111001001011101010001010 | e8a892e687b7efbdbce4b997e4ba8a |
UHC | ?懷??? | 001111111111110011100011001111110011111100111111 | 3ffce33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)