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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ヤァヤァ^ | 111101011010011011010100101001111111010110100110110101001010011101011110 | f5a6d4a7f5a6d4a75e |
EUC-JP | ?ヤァ?ヤァ^ | 0011111110001110110101001000111010100111001111111000111011010100100011101010011101011110 | 3f8ed48ea73f8ed48ea75e |
UTF-8 | ヤァヤァ^ | 11101110100100001001000111101111101111101001010011101111101111011010011111101110100100001001000111101111101111101001010011101111101111011010011101011110 | ee9091efbe94efbda7ee9091efbe94efbda75e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)