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 | 財???企? | 1000110111100000001111110011111100111111100010101110100100111111 | 8de03f3f3f8ae93f |
EUC-JP | 財??侁企? | 10111010111000100011111100111111100011111011000011111100101101001110101100111111 | bae23f3f8fb0fcb4eb3f |
UTF-8 | 財명트侁企뱉 | 111010001011001010100001111010111010101010000101111011011000101010111000111001001011111010000001111001001011110010000001111010111011000110001001 | e8b2a1ebaa85ed8ab8e4be81e4bc81ebb189 |
UHC | 財명트侁企뱉 | 111011101010111110111000111011011100011010101110111000111110000011010000111010101011100111110001 | eeafb8edc6aee3e0d0eab9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)