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 | 維?Ж??? | 1000100011011011001111111000010001000111001111110011111100111111 | 88db3f84473f3f3f |
EUC-JP | 維?Ж璵?? | 10110000110111010011111110100111101010001000111111001100111001100011111100111111 | b0dd3fa7a88fcce63f3f |
UTF-8 | 維먮Ж璵붽콫 | 1110011110110110101011011110101110101000101011101101000010010110111001111001001010110101111010111011011010111101111011001011110110101011 | e7b6adeba8aed096e792b5ebb6bdecbdab |
UHC | 維먮Ж璵붽콫 | 111010111010101110010000111010111010110010101000111001101010010110010100111010101011000110011111 | ebab90ebaca8e6a594eab19f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)