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 | ?匿?乘∀湜 | 00111111100100111011110100111111100110001010100110000001110011011111101101000111 | 3f93bd3f98a981cdfb47 |
EUC-JP | ?匿?乘∀湜 | 0011111111000110101111110011111111010000101010111010001011001111100011111100011111111100 | 3fc6bf3fd0aba2cf8fc7fc |
UTF-8 | 뤦匿굻乘∀湜 | 111010111010010010100110111001011000110010111111111010101011010110111011111001001011100110011000111000101000100010000000111001101011100110011100 | eba4a6e58cbfeab5bbe4b998e28880e6b99c |
UHC | 뤦匿굻乘∀湜 | 100011111101010011010010111110111011000110111111111000111010101110100010101000111110001111010111 | 8fd4d2fbb1bfe3aba2a3e3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)