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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ミ鈺ョ | 111100011111101011010000111110111100010010101110 | f1fad0fbc4ae |
EUC-JP | ?ミ鈺ョ | 0011111110001110110100001000111111100011110101011000111010101110 | 3f8ed08fe3d58eae |
UTF-8 | ミ鈺ョ | 111011101000010110110101111011111011111010010000111010011000100010111010111011111011110110101110 | ee85b5efbe90e988baefbdae |
UHC | ??鈺? | 0011111100111111111010001010110100111111 | 3f3fe8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)