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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 第??屯? | 10010001111001100011111100111111100100111101010000111111 | 91e63f3f93d43f |
EUC-JP | 第??屯? | 11000010111010000011111100111111110001101101011000111111 | c2e83f3fc6d63f |
UTF-8 | 第뀄렫屯렜 | 111001111010110010101100111010111000000010000100111010111010000010101011111001011011000110101111111010111010000010011100 | e7acaceb8084eba0abe5b1afeba09c |
UHC | 第뀄렫屯렜 | 11110000101011111011001011101101100011101011100111010100111010101000111010101110 | f0afb2ed8eb9d4ea8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)