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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譚鍋朕﨟セ | 111001101001110110010011111001111001001010111101111110111001110110111110 | e69d93e792bdfb9dbe |
EUC-JP | 譚鍋朕?セ | 111010111111110111000110111010011100010010111111001111111000111010111110 | ebfdc6e9c4bf3f8ebe |
UTF-8 | 譚鍋朕﨟セ | 111010001010110110011010111010011000110110001011111001101001110010010101111011111010100010011111111011111011110110111110 | e8ad9ae98d8be69c95efa89fefbdbe |
UHC | 譚鍋朕?? | 1101001111001001110011101010011111110010111110010011111100111111 | d3c9cea7f2f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)