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 | 帳??畏 | 100100101010000000111111001111111000100011011000 | 92a03f3f88d8 |
EUC-JP | 帳??畏 | 110001001010001000111111001111111011000011011010 | c4a23f3fb0da |
UTF-8 | 帳쒎뤀畏 | 111001011011100010110011111011001001001010001110111010111010010010000000111001111001010110001111 | e5b8b3ec928eeba480e7958f |
UHC | 帳쒎뤀畏 | 1110110111100011100111001110010110001111101100011110100011100110 | ede39ce58fb1e8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)