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 | 筌??倚?? | 1110001010100011001111110011111110011000110111110011111100111111 | e2a33f3f98df3f3f |
EUC-JP | 筌??倚?? | 1110010010100101001111110011111111010000111000010011111100111111 | e4a53f3fd0e13f3f |
UTF-8 | 筌뚭염倚쇾퐰 | 111001111010110110001100111010111001101010101101111011001001011110111100111001011000000010011010111011001000011110111110111011011001000010110000 | e7ad8ceb9aadec97bce5809aec87beed90b0 |
UHC | 筌뚭염倚쇾퐰 | 111011111010011110001100111010101011111110110000111010111110111110011001111001001011110110011001 | efa78ceabfb0ebef99e4bd99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)