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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 永?????? | 1000100101101001001111110011111100111111001111110011111100111111 | 89693f3f3f3f3f3f |
EUC-JP | 永?????? | 1011000111001010001111110011111100111111001111110011111100111111 | b1ca3f3f3f3f3f3f |
UTF-8 | 永롥콉若쀧탮掠 | 111001101011000010111000111010111010000110100101111011001011110110001001111011111010010110110100111011001000000010100111111011011000001110101110111011111010010110110101 | e6b0b8eba1a5ecbd89efa5b4ec80a7ed83aeefa5b5 |
UHC | 永롥콉若쀧탮掠 | 1110011110110101100011101110010110110001100001011110010110101110100101111110011110110101100011101110010110110001 | e7b58ee5b185e5ae97e7b58ee5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)