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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 闇??^ | 1000100011000101001111110011111101011110 | 88c53f3f5e |
EUC-JP | 闇??^ | 1011000011000111001111110011111101011110 | b0c73f3f5e |
UTF-8 | 闇딁뼄^ | 11101001100101111000011111101011100101001000000111101011101111001000010001011110 | e99787eb9481ebbc845e |
UHC | 闇딁뼄^ | 11100100111000011000101011100111100101101000111001011110 | e4e18ae7968e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)