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 | 押る???? | 1000100110011111100000101110100100111111001111110011111100111111 | 899f82e93f3f3f3f |
EUC-JP | 押る?縕?? | 10110010101000011010010011101011001111111000111111010100110000100011111100111111 | b2a1a4eb3f8fd4c23f3f |
UTF-8 | 押る젾縕욌젷 | 111001101000101010111100111000111000001010001011111011001010000010111110111001111011100010010101111011001001101010001100111011001010000010110111 | e68abce3828beca0bee7b895ec9a8ceca0b7 |
UHC | 押る젾縕욌젷 | 111001001110001110101010111010111010000010110000111010001011001010011110111010111010000010101011 | e4e3aaeba0b0e8b29eeba0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)