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 | セノ偲シォ省 | 1011111011001001100011101100001110111100101010111000111111001000 | bec98ec3bcab8fc8 |
EUC-JP | セノ偲シォ省 | 100011101011111010001110110010011011110011000101100011101011110010001110101010111011111011001010 | 8ebe8ec9bcc58ebc8eabbeca |
UTF-8 | セノ偲シォ省 | 111011111011110110111110111011111011111010001001111001011000000110110010111011111011110110111100111011111011110110101011111001111001110010000001 | efbdbeefbe89e581b2efbdbcefbdabe79c81 |
UHC | ?????省 | 00111111001111110011111100111111001111111110000011111101 | 3f3f3f3f3fe0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)