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 | 押??億?? | 1000100110011111001111110011111110001001101011010011111100111111 | 899f3f3f89ad3f3f |
EUC-JP | 押??億?? | 1011001010100001001111110011111110110010101011110011111100111111 | b2a13f3fb2af3f3f |
UTF-8 | 押녿젚億용젒 | 111001101000101010111100111010111000010110111111111011001010000010011010111001011000010010000100111011001001101010101001111011001010000010010010 | e68abceb85bfeca09ae58484ec9aa9eca092 |
UHC | 押녿젚億용젒 | 111001001110001110000110111010111010000010010110111001011110001010111111111010111010000010010001 | e4e386eba096e5e2bfeba091 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)