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 | 尋??諶 | 100100000111000100111111001111111111101110101010 | 90713f3ffbaa |
EUC-JP | 尋??諶 | 10111111110100100011111100111111100011111101111010110101 | bfd23f3f8fdeb5 |
UTF-8 | 尋덊뢆諶 | 111001011011000010001011111010111000110110001010111010111010001010000110111010001010101110110110 | e5b08beb8d8aeba286e8abb6 |
UHC | 尋덊뢆諶 | 1110001111111100100010001110110110001111010000101110010010100110 | e3fc88ed8f42e4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)