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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | ??樟?h?? | 0011111100111111100011111011111000111111011010000011111100111111 | 3f3f8fbe3f683f3f |
EUC-JP | 獐?樟?h獐? | 100011111100101110111010001111111011111011000000001111110110100010001111110010111011101000111111 | 8fcbba3fbec03f688fcbba3f |
UTF-8 | 獐렠樟렱h獐렠 | 11100111100011011001000011101011101000001010000011100110101010001001111111101011101000001011000101101000111001111000110110010000111010111010000010100000 | e78d90eba0a0e6a89feba0b168e78d90eba0a0 |
UHC | 獐렠樟렱h獐렠 | 11101101111011111000111010110001111011011110100110001110101111100110100011101101111011111000111010110001 | edef8eb1ede98ebe68edef8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)