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 | ??∨與悳ゲ | 00111111001111111000000111001001111001000110111110011100011110111000001101010001 | 3f3f81c9e46f9c7b8351 |
EUC-JP | ??∨與悳ゲ | 00111111001111111010001011001011111001111101000011010111110111001010010110110010 | 3f3fa2cbe7d0d7dca5b2 |
UTF-8 | 룴횕∨與悳ゲ | 111010111010001110110100111011011001101010010101111000101000100010101000111010001000100010000111111001101000001010110011111000111000001010110010 | eba3b4ed9a95e288a8e88887e682b3e382b2 |
UHC | 룴횕∨與悳ゲ | 100011111010100111000011100011111010000111111101111001101010100011010011111011011010101110110010 | 8fa9c38fa1fde6a8d3edabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)