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 | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
| SJIS-WIN | 筌???る?[ | 111000101010001100111111001111110011111110000010111010010011111101011011 | e2a33f3f3f82e93f5b |
| EUC-JP | 筌???る?[ | 111001001010010100111111001111110011111110100100111010110011111101011011 | e4a53f3f3fa4eb3f5b |
| UTF-8 | 筌좎뇿溜る젛[ | 11100111101011011000110011101100101000101000111011101011100001111011111111101111101001111000101111100011100000101000101111101100101000001001101101011011 | e7ad8ceca28eeb87bfefa78be3828beca09b5b |
| UHC | 筌좎뇿溜る젛[ | 11101111101001111010000011101100100001111010000011101010111111101010101011101011101000001001011101011011 | efa7a0ec87a0eafeaaeba0975b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)