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 | 錡シ邊ョ | 111110111101100010111100111001111011001010101110 | fbd8bce7b2ae |
EUC-JP | 錡シ邊ョ | 100011111110010011011110100011101011110011101110101101001000111010101110 | 8fe4de8ebceeb48eae |
UTF-8 | 錡シ邊ョ | 111010011000110010100001111011111011110110111100111010011000001010001010111011111011110110101110 | e98ca1efbdbce9828aefbdae |
UHC | 錡?邊? | 110100011100010000111111110111001010101100111111 | d1c43fdcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)