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 | 沃???o? | 1001011110000000001111110011111100111111100000101000111100111111 | 97803f3f3f828f3f |
EUC-JP | 沃???oĦ | 11001101111000000011111100111111001111111010001111101111100011111010100110100100 | cde03f3f3fa3ef8fa9a4 |
UTF-8 | 沃양떁力oĦ | 1110011010110010100000111110110010010110100100011110101110010110100000011110111110100110100010101110111110111101100011111100010010100110 | e6b283ec9691eb9681efa68aefbd8fc4a6 |
UHC | 沃양떁力oĦ | 111010001010101010111110111001111000101110010111111001101011001110100011111011111010100010100100 | e8aabee78b97e6b3a3efa8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)