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 | 岳??隘?? | 1000101001111000001111110011111111101000101001010011111100111111 | 8a783f3fe8a53f3f |
EUC-JP | 岳??隘?? | 1011001111011001001111110011111111110000101001110011111100111111 | b3d93f3ff0a73f3f |
UTF-8 | 岳껇큹隘녺떥 | 111001011011001010110011111010101011101110000111111011011000000110111001111010011001101010011000111010111000010110111010111010111001011010100101 | e5b2b3eabb87ed81b9e99a98eb85baeb96a5 |
UHC | 岳껇큹隘녺떥 | 111001001011111110000011111010001011010010001000111001001111011010000110111001111000101110111000 | e4bf83e8b488e4f686e78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)