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 | ??i????U | 0011111100111111011010010011111100111111001111110011111101010101 | 3f3f693f3f3f3f55 |
SJIS-WIN | ??i?¥??U | 001111110011111101101001001111111000000110001111001111110011111101010101 | 3f3f693f818f3f3f55 |
EUC-JP | ??i?¥??U | 001111110011111101101001001111111010000111101111001111110011111101010101 | 3f3f693fa1ef3f3f55 |
UTF-8 | 렻렊i렺¥렻렔U | 1110101110100000101110111110101110100000100010100110100111101011101000001011101011101111101111111010010111101011101000001011101111101011101000001001010001010101 | eba0bbeba08a69eba0baefbfa5eba0bbeba09455 |
UHC | 렻렊i렺¥렻렔U | 1000111011000011100011101010000101101001100011101100001010100001110011011000111011000011100011101010100101010101 | 8ec38ea1698ec2a1cd8ec38ea955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)