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 | 要??訝?? | 1001011101110110001111110011111111100110011000100011111100111111 | 97763f3fe6623f3f |
EUC-JP | 要??訝?? | 1100110111010111001111110011111111101011110000110011111100111111 | cdd73f3febc33f3f |
UTF-8 | 要쀦윺訝딁틳 | 111010001010011010000001111011001000000010100110111011001001110010111010111010001010100010011101111010111001010010000001111011011000101110110011 | e8a681ec80a6ec9cbae8a89deb9481ed8bb3 |
UHC | 要쀦윺訝딁틳 | 111010011010100110010111111001101001111110110100111001001011100010001010111001111011101010011011 | e9a997e69fb4e4b88ae7ba9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)