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 | 予??肉?? | 1001011101011100001111110011111110010011111101110011111100111111 | 975c3f3f93f73f3f |
EUC-JP | 予?Ł肉?? | 11001101101111010011111110001111101010011010100011000110111110010011111100111111 | cdbd3f8fa9a8c6f93f3f |
UTF-8 | 予롫Ł肉꾥뇛 | 1110010010111010100010001110101110100001101010111100010110000001111010001000001010001001111010101011111010100101111010111000011110011011 | e4ba88eba1abc581e88289eabea5eb879b |
UHC | 予롫Ł肉꾥뇛 | 111001011111100010001110111010111010100010101001111010111011111110000100111010001000011110000110 | e5f88eeba8a9ebbf84e88786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)