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 | 予??筍?? | 1001011101011100001111110011111111100010101000010011111100111111 | 975c3f3fe2a13f3f |
EUC-JP | 予??筍?? | 1100110110111101001111110011111111100100101000110011111100111111 | cdbd3f3fe4a33f3f |
UTF-8 | 予쀬옃筍욅독 | 111001001011101010001000111011001000000010101100111011001001100010000011111001111010110110001101111011001001101010000101111010111000111110000101 | e4ba88ec80acec9883e7ad8dec9a85eb8f85 |
UHC | 予쀬옃筍욅독 | 111001011111100010010111111011001001111010001111111000101110110010011110111001111011010110110110 | e5f897ec9e8fe2ec9ee7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)