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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 佺????? | 1000111110110000111110010011111100111111001111110011111100111111 | 8fb0f93f3f3f3f3f |
UTF-8 | 佺잭렊㏘롛븅 | 111001001011110110111010111011001001111010101101111010111010000010001010111000111000111110011000111010111010000110011011111010111011100010000101 | e4bdbaec9eadeba08ae38f98eba19bebb885 |
UHC | 佺잭렊㏘롛븅 | 111011101110110111000000111010001000111010100001101000101110010010001110110111111011101011101001 | eeedc0e88ea1a2e48edfbae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)