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 | 蜈鯉ス碁ヲュ | 111001011000010110001100111011111011110110001100111010011010011010101101 | e5858cefbd8ce9a6ad |
EUC-JP | 蜈鯉ス碁ヲュ | 111010011110010110111000111100011000111010111101101110001110101110001110101001101000111010101101 | e9e5b8f18ebdb8eb8ea68ead |
UTF-8 | 蜈鯉ス碁ヲュ | 111010001001110010001000111010011010111110001001111011111011110110111101111001111010001010000001111011111011110110100110111011111011110110101101 | e89c88e9af89efbdbde7a281efbda6efbdad |
UHC | 蜈鯉?碁?? | 111010001010010111010111111011110011111111010001101100110011111100111111 | e8a5d7ef3fd1b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)