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 | 室霆ホ | 11110000101100111000111010111010111010001011101111001110 | f0b38ebae8bbce |
EUC-JP | ?室霆ホ | 00111111101111001011110011110000101111011000111011001110 | 3fbcbcf0bd8ece |
UTF-8 | 室霆ホ | 111011101000000110110010111001011010111010100100111010011001110010000110111011111011111010001110 | ee81b2e5aea4e99c86efbe8e |
UHC | ?室霆? | 001111111110001111111000111011111111110100111111 | 3fe3f8effd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)