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 | 癲????ぜ | 1110000110011111001111110011111100111111001111111000001010111010 | e19f3f3f3f3f82ba |
EUC-JP | 癲??靷?ぜ | 11100010101000010011111100111111100011111110011110111101001111111010010010111100 | e2a13f3f8fe7bd3fa4bc |
UTF-8 | 癲ⓥ뫖靷띹ぜ | 111001111001100110110010111000101001001110100101111010111010101110010110111010011001110110110111111010111001110110111001111000111000000110011100 | e799b2e293a5ebab96e99db7eb9db9e3819c |
UHC | 癲ⓥ뫖靷띹ぜ | 111011111010011010101000111000101001000110111000111011001110011010001101111010001010101010111100 | efa6a8e291b8ece68de8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)