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 | 癲??乳?. | 111000011001111100111111001111111001001111111011001111111000000101000100 | e19f3f3f93fb3f8144 |
EUC-JP | 癲??乳?. | 111000101010000100111111001111111100011011111101001111111010000110100101 | e2a13f3fc6fd3fa1a5 |
UTF-8 | 癲됱떜乳들. | 111001111001100110110010111010111001000010110001111010111001011010011100111001001011100110110011111010111001001110100100111011111011110010001110 | e799b2eb90b1eb969ce4b9b3eb93a4efbc8e |
UHC | 癲됱떜乳들. | 111011111010011010001001111011001000101110110010111010101110000110110101111010011010001110101110 | efa689ec8bb2eae1b5e9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)