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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燾疾鋠モー | 1111101101011010100011101011111011111011110101011101001110110000 | fb5a8ebefbd5d3b0 |
EUC-JP | 燾疾鋠モー | 100011111100101010111101101111001100000010001111111001001100011110001110110100111000111010110000 | 8fcabdbcc08fe4c78ed38eb0 |
UTF-8 | 燾疾鋠モー | 111001111000011110111110111001111001011010111110111010011000101110100000111011111011111010010011111011111011110110110000 | e787bee796bee98ba0efbe93efbdb0 |
UHC | 燾疾??? | 11010100101001111111001011110000001111110011111100111111 | d4a7f2f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)