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 | ?暴??邯ぇ | 001111111001011001011100001111110011111111100111101101101000001010100101 | 3f965c3f3fe7b682a5 |
EUC-JP | ?暴??邯ぇ | 001111111100101110111101001111110011111111101110101110001010010010100111 | 3fcbbd3f3feeb8a4a7 |
UTF-8 | 뤋暴즽샘邯ぇ | 111010111010010010001011111001101001101010110100111011001010011010111101111011001000001110011000111010011000001010101111111000111000000110000111 | eba48be69ab4eca6bdec8398e982afe38187 |
UHC | 뤋暴즽샘邯ぇ | 100011111011101111111000111011001010001110001111101110111111100111001010111110111010101010100111 | 8fbbf8eca38fbbf9cafbaaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)