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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 稟??? | 1110001001100111001111110011111100111111 | e2673f3f3f |
EUC-JP | 稟??? | 1110001111001000001111110011111100111111 | e3c83f3f3f |
UTF-8 | 稟붉븀렱 | 111001111010100010011111111010111011011010001001111010111011100010000000111010111010000010110001 | e7a89febb689ebb880eba0b1 |
UHC | 稟붉븀렱 | 1111100110100010101110101101001110111010111001111000111010111110 | f9a2bad3bae78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)