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 | ???漿?? | 00111111001111110011111110011111111101110011111100111111 | 3f3f3f9ff73f3f |
EUC-JP | ???漿?? | 00111111001111110011111111011110111110010011111100111111 | 3f3f3fdef93f3f |
UTF-8 | 뤵펿띳漿즼탮 | 111010111010010010110101111011011000111010111111111010111001110110110011111001101011110010111111111011001010011010111100111011011000001110101110 | eba4b5ed8ebfeb9db3e6bcbfeca6bced83ae |
UHC | 뤵펿띳漿즼탮 | 100011111110001110111100100011101011011011110001111011011110110010100011100011101011010110001110 | 8fe3bc8eb6f1edeca38eb58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)