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 | ???柚? | 001111110011111100111111100101110100110100111111 | 3f3f3f974d3f |
EUC-JP | ???柚? | 001111110011111100111111110011011010111000111111 | 3f3f3fcdae3f |
UTF-8 | 亮쇨쑬柚퐹 | 111011111010010110110111111011001000011110101000111011001001000110101100111001101001111110011010111011011001000010111001 | efa5b7ec87a8ec91ace69f9aed90b9 |
UHC | 亮쇨쑬柚퐹 | 11100101101110011011110011101010101111101010100011101010111101101011111001000010 | e5b9bceabea8eaf6be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)