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 | 櫻??鋪?? | 1001111101001110001111110011111110010101110111010011111100111111 | 9f4e3f3f95dd3f3f |
EUC-JP | 櫻??鋪?? | 1101110110101111001111110011111111001010110111110011111100111111 | ddaf3f3fcadf3f3f |
UTF-8 | 櫻땷욕鋪냾썸 | 111001101010101110111011111010111001010110110111111011001001101010010101111010011000101110101010111010111000001110111110111011001000110110111000 | e6abbbeb95b7ec9a95e98baaeb83beec8db8 |
UHC | 櫻땷욕鋪냾썸 | 111001011010000110001011100011011011111111100101111110001110100010000110100011101011110111100110 | e5a18b8dbfe5f8e8868ebde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)