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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 砥?而? | 100100110111010100111111100011101010011100111111 | 93753f8ea73f |
EUC-JP | 砥?而? | 110001011101011000111111101111001010100100111111 | c5d63fbca93f |
UTF-8 | 砥렮而㎗ | 111001111010000010100101111010111010000010101110111010001000000010001100111000111000111010010111 | e7a0a5eba0aee8808ce38e97 |
UHC | 砥렮而㎗ | 1111001010110010100011101011101111101100101110111010011110100011 | f2b28ebbecbba7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)