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 | ??雍?シ塢 | 001111110011111111101000101101000011111110000011010101101001101011000111 | 3f3fe8b43f83569ac7 |
EUC-JP | ??雍?シ塢 | 001111110011111111110000101101100011111110100101101101111101010011001001 | 3f3ff0b63fa5b7d4c9 |
UTF-8 | 蓮랥雍욆シ塢 | 111011111010011010011001111010111001111010100101111010011001101110001101111011001001101010000110111000111000001010110111111001011010000110100010 | efa699eb9ea5e99b8dec9a86e382b7e5a1a2 |
UHC | 蓮랥雍욆シ塢 | 111001101110010110001110010001101110100010111100100111101110100010101011101101111110011111110001 | e6e58e46e8bc9ee8abb7e7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)