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 | 璽峵ヤス | 11110000101111111000111010100011111110101010111011010100111100011000111010111101 | f0bf8ea3faaed4f18ebd |
EUC-JP | ?璽?ヤ?ス | 001111111011110010100101001111111000111011010100001111111000111010111101 | 3fbca53f8ed43f8ebd |
UTF-8 | 璽峵ヤス | 111011101000000110111110111001111001001010111101111001011011001110110101111011111011111010010100111011101000010010001001111011111011110110111101 | ee81bee792bde5b3b5efbe94ee8489efbdbd |
UHC | ?璽???? | 00111111110111111101111000111111001111110011111100111111 | 3fdfde3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)