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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 慾?絶?? | 10010111011111000011111110010000111000100011111100111111 | 977c3f90e23f3f |
EUC-JP | 慾?絶?? | 11001101110111010011111111000000111001000011111100111111 | cddd3fc0e43f3f |
UTF-8 | 慾짟絶싷슴 | 111001101000010110111110111011001010011110011111111001111011010110110110111011001000101110110111111011001000101010110100 | e685beeca79fe7b5b6ec8bb7ec8ab4 |
UHC | 慾짟絶싷슴 | 11101001101011111010010001000010111011111011111010011010111011111011110110111111 | e9afa442efbe9aefbdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)