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 | 畏??遙?? | 1000100011011000001111110011111111101010101000010011111100111111 | 88d83f3feaa13f3f |
EUC-JP | 畏??遙?? | 1011000011011010001111110011111111110100101000110011111100111111 | b0da3f3ff4a33f3f |
UTF-8 | 畏묕쉈遙댐슬 | 111001111001010110001111111010111010110010010101111011001000100110001000111010011000000110011001111010111000110010010000111011001000101010101100 | e7958febac95ec8988e98199eb8c90ec8aac |
UHC | 畏묕쉈遙댐슬 | 111010001110011010010001111011111011110110100101111010011010101110110100111011111011110110111101 | e8e691efbda5e9abb4efbdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)