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 | 沃??維?? | 1001011110000000001111110011111110001000110110110011111100111111 | 97803f3f88db3f3f |
EUC-JP | 沃??維?? | 1100110111100000001111110011111110110000110111010011111100111111 | cde03f3fb0dd3f3f |
UTF-8 | 沃욌ㅄ維뺞쨫 | 111001101011001010000011111011001001101010001100111000111000010110000100111001111011011010101101111010111011101010011110111011001010100010101011 | e6b283ec9a8ce38584e7b6adebba9eeca8ab |
UHC | 沃욌ㅄ維뺞쨫 | 111010001010101010011110111010111010010010110100111010111010101110010101111001101010010010000101 | e8aa9eeba4b4ebab95e6a485 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)