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 | 驕ョ譚塗驕ョ | 11101001100000011010111011100110100111011001001101101000111010011000000110101110 | e981aee69d9368e981ae |
EUC-JP | 驕ョ譚塗驕ョ | 111100011110000110001110101011101110101111111101110001011100100111110001111000011000111010101110 | f1e18eaeebfdc5c9f1e18eae |
UTF-8 | 驕ョ譚塗驕ョ | 111010011010100110010101111011111011110110101110111010001010110110011010111001011010000110010111111010011010100110010101111011111011110110101110 | e9a995efbdaee8ad9ae5a197e9a995efbdae |
UHC | 驕?譚塗驕? | 11001110111101100011111111010011110010011101001111110011110011101111011000111111 | cef63fd3c9d3f3cef63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)