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 | ?u}Y?u}bE | 001111110111010101111101010110010011111101110101011111010110001001000101 | 3f757d593f757d6245 |
SJIS-WIN | 但u}Y但u}bE | 1001001001000001011101010111110101011001100100100100000101110101011111010110001001000101 | 9241757d599241757d6245 |
EUC-JP | 但u}Y但u}bE | 1100001110100010011101010111110101011001110000111010001001110101011111010110001001000101 | c3a2757d59c3a2757d6245 |
UTF-8 | 但u}Y但u}bE | 11100100101111011000011001110101011111010101100111100100101111011000011001110101011111010110001001000101 | e4bd86757d59e4bd86757d6245 |
UHC | 但u}Y但u}bE | 1101001110100011011101010111110101011001110100111010001101110101011111010110001001000101 | d3a3757d59d3a3757d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)