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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 伍?????? | 1000110011011110001111110011111100111111001111110011111100111111 | 8cde3f3f3f3f3f3f |
EUC-JP | 伍?????? | 1011100011100000001111110011111100111111001111110011111100111111 | b8e03f3f3f3f3f3f |
UTF-8 | 伍곫닡溜곕젾銳 | 111001001011110010001101111010101011001110101011111010111000101110100001111011111010011110001011111010101011001110010101111011001010000010111110111010011000101010110011 | e4bc8deab3abeb8ba1efa78beab395eca0bee98ab3 |
UHC | 伍곫닡溜곕젾銳 | 1110011111101010100000011110011010001000101000011110101011111110101100001110101110100000101100001110011111100101 | e7ea81e688a1eafeb0eba0b0e7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)